home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / prnt.arc / PRNT.DOC next >
Text File  |  1988-06-09  |  7KB  |  198 lines

  1.                                   PRNT
  2.  
  3. version 1.0a (c) copy right 1987, 1988 all rights reserved
  4.  
  5.      If you are a public software distributor or the sysop for a local BBS, 
  6. you can use the short description of this program at the very end of this 
  7. document, instead of trying to figure out by reading through the entire 
  8. document.  This is only a suggestion, of course.  You can read this entire 
  9. file if you like.
  10.  
  11.      This memory resident pop up program enhances the useability of the 
  12. PRINT.COM program which is included with the DOS 3.10 and later versions by 
  13. allowing you to print files while you are in your word processor or other 
  14. programs.  This can also send printer codes/line-text directly to your 
  15. printer as well.
  16.  
  17.  
  18.                             USING PRNT.EXE
  19.  
  20.      To run this program, run the PRINT.COM program which comes with DOS and 
  21. then run this PRNT.EXE program.
  22.  
  23.      Now run any program you like, and then press down on the alter key and 
  24. the letter 'm' to pop up the prnt screen.  You can get help by pressing down 
  25. on the function key F1, but is explained here also.
  26.  
  27.      The pop up will only work if you are in text mode, not in graphic mode.
  28.  
  29.      Once the pop up appears, simply type the path and the name of the file 
  30. you want to print.  The escape key will abort it, the back space key will 
  31. correct a mistake and the carriage return will print it.
  32.  
  33.      Once you type the name, the cursor will go to the next line so that you 
  34. can type the name of any other file to print.
  35.  
  36.      At this point, type the escape key to go back to your software or move 
  37. the cursor up/down to the name of a file which you do not want to print and 
  38. press down on the delete key.  The screen will be updated each time you do 
  39. this to reflect the list of files which must still be printed.
  40.  
  41.      To get help, type F1.
  42.  
  43.      If you type F2, the cursor will go to row 24 to allow you to enter text 
  44. or printer codes to be sent to your printer.  End with the escape key to 
  45. avoid sending anything to your printer or the carriage return to send the 
  46. codes.  Back space to correct mistakes.  Up to 35 characters/codes can be 
  47. sent.
  48.      If you enter F2 NOW, a left arrow will appear to allow you to send the 
  49. escape code (chr$(27)) to your printer.  If you enter F3 now, a music note
  50. will appear to send the carriage return (chr$(13)) to your printer.  If you
  51. enter F4 now, a box with a hole will appear to send the back space to your
  52. printer.  Control-L will send the form feed to your printer and any cursor
  53. will send the chr$(0) null.  By pressing down on the alter key and typing
  54. numbers between 1 and 255 on the numeric key pad, you can generate all codes
  55. between chr$(1) and chr$(255).
  56.  
  57.  
  58.      This program is limited by the limitations of the PRINT.COM included 
  59. with DOS.  The major limitation is that PRINT.COM will only work on ascii 
  60. text.
  61.  
  62.  
  63.                  ERROR MESSAGES WHEN YOU FIRST RUN PRNT.EXE
  64.  
  65. 'I need DOS 3.10 or above to run properly'
  66. 'please use a later version of DOS'
  67.  
  68.      Bugs in DOS 2 version of PRINT.COM prevent it from working properly.  
  69. You must have DOS 3.10 or above in order to run PRNT.EXE.
  70.  
  71. 'Sorry, this version does not work on monochrome'
  72.  
  73.      This version needs a CGA to work.
  74.  
  75. 'PRINT.COM is not in memory, please run it first'
  76.  
  77.      The DOS program PRINT.COM must be run first in order to use this program.
  78.  
  79. 'PRINT.COM is not in memory and is not OK to run it now'
  80.  
  81.      The PRINT.COM is not in memory and if you try to make it memory resident 
  82. now, there will be a system crash.  If you are running another program and 
  83. using a DOS window mode or something of that nature which returns you to your 
  84. program by typing 'exit', do not make PRINT.COM or any other TSR for that 
  85. matter memory resident now.
  86.  
  87.  
  88.              ERROR MESSAGES ON ROW 24 BOTTOM OF PRNT.EXE POP UP
  89.  
  90. 'I cannot find this file. Type <esc>'
  91.  
  92.      You typed the name of a file to print but this file name did not exist.  
  93. Type the escape key to remove this prompt.
  94.  
  95. 'No such path for file found. Type <esc>'
  96.  
  97.      The subdirectory path you specified for the file to print did not exist.
  98.  
  99. 'Too many files open already. Type <esc>'
  100.  
  101.      Another file cannot be opened now.  Readjust your config.sys for more 
  102. files if this occurs.  This may be redundant to some people, but try a line 
  103. like 'files=20' in your config.sys file.
  104.  
  105. 'Access is denied for this. Type <esc>'
  106.  
  107.      For some reason, this file cannot be printed.
  108.  
  109. 'PRINT queue full, try later. Type <esc>'
  110.  
  111.      You tried to print too many files.  Read up on PRINT.COM to see how you 
  112. can remedy this situation.  PRNT.EXE itself can handle and display up to 22 
  113. files.
  114.  
  115. 'Busy, try later. Type <esc>'
  116.  
  117.      Unable to do anything now.  Wait a while before trying to print a file.
  118.  
  119. 'This drive does not exist. Type <esc>'
  120.  
  121.      You specified a file like 'e:file' or 'd:file' when you only have drives 
  122. a: through b: or c:.
  123.  
  124. 'Unknown error from PRINT. Type <esc>'
  125.  
  126.      An error type not documented as of this time occurred.
  127.  
  128.  
  129.                 ERROR MESSAGE PRINTED ON YOUR PRINTER
  130.  
  131. File  ...  canceled by operator
  132.  
  133.      This message will print on your printer if you cancel a file while it 
  134. was still printing.  If your printer has a print buffer or if you have a 
  135. software/hardware based print buffer, you'll have to send the appropriate 
  136. codes to the printer port to flush out and empty the buffer to stop it.  Of 
  137. course, if you're not using a LAN or such, you can also turn off your 
  138. printer.
  139.  
  140.  
  141. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  142.  
  143.  
  144.  
  145. All products and names mentionned are Trademarks or Registered Trademarks of 
  146. their respective corporations or companies.
  147.  
  148. All enclosed programs, documents and other files are provided AS IS, without 
  149. any warranty, expressed or implied, including but not limited to fitness for 
  150. a particular purpose.
  151.  
  152. In case you did not get this program from me:
  153. A contribution of $10 US/Canadian is appreciated if you find this useful. 
  154. $20 for improved version as it comes out.  Do mention any feature YOU want.
  155. Your negative criticisms are also welcome.
  156.  
  157.  
  158.  
  159. Dr. Masaaki Sawada & Assoc.
  160. University of Waterloo, Faculty of Science
  161. Waterloo, Ontario  Canada  N2L 3G1
  162.  
  163.  
  164. No school time nor equipments were used in producing this program and 
  165. documentation.
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177. For distributors and local sysops:
  178.  
  179. product name            PRNT ($10-$20)
  180. author name(s)          Dr. Masaaki Sawada & Assoc.
  181.  
  182. Brief Description (include as much or as little as you like)
  183.  
  184.      This pop up program enhances the ability of the PRINT.COM included with 
  185. DOS by allowing you to send files to your printer while running another 
  186. software.  This can also send printer codes/line-text to your printer.
  187. This version needs a CGA card and DOS 3.10 or above.
  188.  
  189. One line description
  190.  
  191. Sends files or printer codes/text to printer.  Needs CGA and DOS 3.
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.